Vcenter NamespaceManagement Software Supervisors Upgrades Jobs CreateSpec
The Vcenter NamespaceManagement Software Supervisors Upgrades Jobs CreateSpec schema contains the specification required to upgrade a Supervisor.
This schema was added in vSphere API 9.1.0.0.
{
"desired_version": "string",
"ignore_precheck_warnings": false
}
The target version to which the selected Supervisor will be upgraded.
This property was added in vSphere API 9.1.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: SupervisorVersion. When operations return a value of this schema as a response, the property will be an identifier for the resource type: SupervisorVersion.
If true, the upgrade workflow will ignore any pre-check warnings and proceed with the upgrade.
This property was added in vSphere API 9.1.0.0.
If missing or null, the upgrade workflow will not ignore pre-check warnings and fail the upgrade. It is equivalent to setting the value to false. The workflow adopts a conservative approach of failing the upgrade if missing or null to solely let the user decide whether to force the upgrade despite the warnings. For example, if a precheck returns a warning because a TKC is not compatible with the target version, and the you still wants to continue with the upgrade, this flag should be set to true.